home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELV.H
< prev
next >
Wrap
Text File
|
1992-03-28
|
175b
|
12 lines
// CMandelVLinePhase.h
#pragma once
#include "CMandelLinePhase.h"
class CMandelVLinePhase: public CMandelLinePhase {
public:
virtual CMandelPhase * Perform(void);
};